home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Univers Mac Interactif 42
/
Univers Mac Interactif - Issue 42.iso
/
>interactif
/
Démos Voyager
/
SHININGX.DIR
/
00182_Script_MOVIE SCRIPT
< prev
next >
Wrap
Text File
|
1994-10-26
|
344b
|
25 lines
on startMovie
cursor 200
end
on enterframe
cursor 200
end
on waitSound chan
if soundBusy(chan) then go the frame
end
on keyDown
global autoplaying
put 0 into autoplaying
sound stop 1
sound stop 2
unloadcast
play done
end
end
on waitQt chan
if the movierate of sprite chan = 1 then go the frame
end